Raleigh: Fix css for active notebook tabs
authorMatthias Clasen <mclasen@redhat.com>
Sat, 6 Dec 2014 00:29:39 +0000 (19:29 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 6 Dec 2014 00:30:35 +0000 (19:30 -0500)
This was not kept up-to-date when we changed notebootk
tab rendering.

https://bugzilla.gnome.org/show_bug.cgi?id=741185

gtk/theme/Raleigh/gtk-default.css

index 99341a39caca1684b8ce4fbe3afb0010e9d891af..7dad9428e9c0ab4bdb4eb7b48e72d6ed80233049 100644 (file)
@@ -282,7 +282,7 @@ GtkRadioButton:selected {
   padding: 0;
 }
 
-.notebook .active-page {
+.notebook tab:active {
   color: @selected_fg_color;
   background-color: darker (@bg_color);
 }